home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
- <HTML lang="en">
- <HEAD>
- <TITLE>View Catalog Records</TITLE>
- </HEAD>
- <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
- <dtml-var manage_tabs>
-
- <p>This list defines what per object meta data the Catalog will store.
- When objects get cataloged, the values of any attributes they may have
- which match a name in this list will get stored in a table in the
- Catalog. The Catalog then uses this information to create result
- objects that are returned whenever the catalog is searched. It is
- important to understand that when the Catalog is searched, it returns
- a list of result objects, <i>not the cataloged objects themselves</i>,
- so if you want to use the value of an object's attribute in the result
- of a search, that attribute must be in this list</p>
-
- <p>It is generally a good idea to keep this list lightweight. It is
- useful, for example, to keep the 'summary' meta data of a text
- document (like the first 200 characters) but <i>not</i> the text
- content in it's entirety (it is useful in this example to <i>index</i>
- the text contents, which is configured in the <b>Indexes</b> View
- tab). This way, the summary data may be shown in the search results.</p>
-
- <form action="<dtml-var URL1>">
-
- <ul>
- <dtml-in schema sort=sequence-item>
- <li>
- <input type="checkbox" name="names:list" value="<dtml-var sequence-item html_quote>">
- <dtml-var sequence-item></li>
- </dtml-in>
- </ul>
- <br>
- <input name="manage_delColumns:method" type=submit value=" Delete ">
- column from Meta Data table.<br><br>
- Add column to the Meta Data table:<br> <input name="name">
- <input name="manage_addColumn:method" type=submit value=" Add ">
- </form>
-
- </BODY></HTML>
-
-
-
-
-
-
-